home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TTEXTPREFSFRAME / TTEXTPREFSFRAME.txt
Text File  |  2008-11-03  |  4KB  |  169 lines

  1. inherited TextPrefsFrame: TTextPrefsFrame
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Text_View_Options'
  4.   Caption = 'Text Views'
  5.   inherited DefaultBtn: TUiButton
  6.     TabOrder = 3
  7.   end
  8.   object EditorGroupBox: TUiGroupBox
  9.     Left = 8
  10.     Top = 8
  11.     Width = 409
  12.     Height = 113
  13.     Caption = 'Editor'
  14.     TabOrder = 0
  15.     object TabStopsLbl: TUiLabel
  16.       Left = 8
  17.       Top = 88
  18.       Height = 13
  19.       Caption = 'To set tab stops, use '
  20.     end
  21.     object FileFormatsLbl: TUiLabel
  22.       Left = 110
  23.       Top = 88
  24.       Height = 13
  25.       Caption = 'Tools > File Formats'
  26.       FontStyle = [fsBold]
  27.     end
  28.     object AutoIndentEdit: TUiCheckBox
  29.       Left = 8
  30.       Top = 20
  31.       Height = 17
  32.       Caption = 'Auto indent'
  33.       TabOrder = 0
  34.       OnClick = SomethingChangedClick
  35.     end
  36.     object AutoUnindentEdit: TUiCheckBox
  37.       Left = 8
  38.       Top = 40
  39.       Height = 17
  40.       Caption = 'Backspace unindents'
  41.       TabOrder = 1
  42.       OnClick = SomethingChangedClick
  43.     end
  44.     object CursorBeyondEOLEdit: TUiCheckBox
  45.       Left = 8
  46.       Top = 60
  47.       Height = 17
  48.       Caption = 'Allow positioning beyond end of line'
  49.       TabOrder = 2
  50.       OnClick = SomethingChangedClick
  51.     end
  52.   end
  53.   object DisplayGroupBox: TUiGroupBox
  54.     Left = 8
  55.     Top = 128
  56.     Width = 409
  57.     Height = 137
  58.     Caption = 'Display'
  59.     TabOrder = 1
  60.     object ItemSpacingLbl: TUiLabel
  61.       Left = 8
  62.       Top = 20
  63.       Height = 13
  64.       Caption = 'Extra line spacing:'
  65.       FocusControl = ItemSpacingEdit
  66.     end
  67.     object ItemSpacingPixelsLbl: TUiLabel
  68.       Left = 60
  69.       Top = 40
  70.       Height = 13
  71.       Caption = 'pixels'
  72.       FocusControl = ItemSpacingEdit
  73.     end
  74.     object RightMarginOffsetLbl: TUiLabel
  75.       Left = 208
  76.       Top = 20
  77.       Height = 13
  78.       Caption = 'Show column line at:'
  79.       FocusControl = RightMarginOffsetEdit
  80.       Transparent = True
  81.     end
  82.     object InputFontLbl: TUiLabel
  83.       Left = 144
  84.       Top = 104
  85.       Width = 257
  86.       Height = 23
  87.       Alignment = taCenter
  88.       AutoSize = False
  89.       Caption = 'Sample Text'
  90.       Layout = tlCenter
  91.     end
  92.     object ItemSpacingEdit: TUiSpinEdit
  93.       Left = 8
  94.       Top = 36
  95.       Width = 49
  96.       Height = 21
  97.       Max = 6
  98.       Min = -6
  99.       TabOrder = 0
  100.       OnChange = SomethingChangedClick
  101.     end
  102.     object RightMarginOffsetEdit: TUiSpinEdit
  103.       Left = 208
  104.       Top = 36
  105.       Width = 49
  106.       Height = 21
  107.       TabOrder = 1
  108.       OnChange = SomethingChangedClick
  109.     end
  110.     object ShowGapBarsEdit: TUiCheckBox
  111.       Left = 8
  112.       Top = 64
  113.       Height = 17
  114.       Caption = 'Show filtered line counts'
  115.       TabOrder = 2
  116.       OnClick = SomethingChangedClick
  117.     end
  118.     object UseInputFontEdit: TUiCheckBox
  119.       Left = 8
  120.       Top = 84
  121.       Height = 17
  122.       Caption = 'Different font for merge input panes:'
  123.       TabOrder = 3
  124.       OnClick = SomethingChangedClick
  125.     end
  126.     object InputFontBtn: TUiButton
  127.       Left = 24
  128.       Top = 104
  129.       Caption = '&Font...'
  130.       TabOrder = 4
  131.       OnClick = InputFontClick
  132.       AutoSize = asLeft
  133.     end
  134.   end
  135.   object MiscGroupBox: TUiGroupBox
  136.     Left = 8
  137.     Top = 272
  138.     Width = 409
  139.     Height = 97
  140.     Caption = 'Miscellaneous'
  141.     TabOrder = 2
  142.     object ContextLinesLbl: TUiLabel
  143.       Left = 8
  144.       Top = 48
  145.       Height = 13
  146.       Caption = 'Number of context lines:'
  147.       FocusControl = ContextLinesEdit
  148.       Transparent = True
  149.     end
  150.     object FindCurWordEdit: TUiCheckBox
  151.       Left = 8
  152.       Top = 20
  153.       Height = 17
  154.       Caption = 'Initialize "Text to find" to be current word'
  155.       TabOrder = 0
  156.       OnClick = SomethingChangedClick
  157.     end
  158.     object ContextLinesEdit: TUiSpinEdit
  159.       Left = 8
  160.       Top = 64
  161.       Width = 49
  162.       Height = 21
  163.       Max = 99
  164.       TabOrder = 1
  165.       OnChange = SomethingChangedClick
  166.     end
  167.   end
  168. end
  169.